home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fxt120.zip / README.DOC < prev    next >
Text File  |  1994-03-20  |  5KB  |  123 lines

  1.  
  2.  
  3.         README.DOC                                             March 1994
  4.  
  5.         Welcome to FXT - the FORTRAN EXPLORATION TOOLS!
  6.  
  7.         FFT  (FORTRAN  Function  Tree  Generator)  is  powerful   program
  8.         development,  maintenance and documentation tool. It provides the
  9.         programmer the ability to analyse  the  FORTRAN  source  code  of
  10.         applications,  no matter how big or complex they are. FFT is very
  11.         useful to explore new,  unknown software and to support  software
  12.         reuse and maintenance.
  13.  
  14.         By scanning and analyzing the program source code,  FFT builds an
  15.         internal representation of the function call hierarchy relations.
  16.         The analysis is done with the original source code, no additional
  17.         editing to mark functions or data types in  the  source  code  is
  18.         necessary.  Several  features  and  options  allow  the  user  to
  19.         customize the generated hierarchy tree chart output and to get  a
  20.         large set of useful informations about the source code.
  21.  
  22.         An  important feature is the database generation which allows the
  23.         recalling of informations without reprocessing the  source.  This
  24.         database  can again be read from FFT to produce different outputs
  25.         or to add new files to the database. The database format is dBASE
  26.         compatible.  A special recall program  called  FFTN  allows  fast
  27.         searching  for  items  in the database.  This program can be used
  28.         within any environment,  for example  from  inside  editors  like
  29.         BRIEF,  QEDIT or MicroEMACS (DOS and WINDOWS version), to provide
  30.         a full software project management  system  with  access  to  all
  31.         functions  and  data  types  with just a keystroke.  This feature
  32.         makes a comfortable "hypertext source code browser  and  locator"
  33.         system out of the editor.
  34.  
  35.         Another  feature is the calculation of the critical function call
  36.         path.  It is possible to generate formatted ASCII text files with
  37.         lists of the functions and the scanned files which can be used as
  38.         input  for  other  programs  like  wordprocessors  or spreadsheet
  39.         calculators.
  40.  
  41.         This  software  package  is  provided  either  as  a   compressed
  42.         self-extracting  archive  file  FXTnmm.EXE  (FORTRAN  EXPLORATION
  43.         TOOLS version n.mm) or as a ZIPped archive  file  FXTnmm.ZIP  and
  44.         contains the following files:
  45.  
  46.         FFT.EXE        The FORTRAN Function Tree Generator
  47.         FFTN.EXE       The FORTRAN Function Tree Navigator
  48.         FXT.CM         The BRIEF macro file
  49.         FXTKEYS.CM     The BRIEF macro key definition file
  50.         FXTKEYS.CB     The source code for the BRIEF key definition file
  51.         FXT_QEDT.DAT   The QEDIT macro source code
  52.         FXT_ME.CMD     The MicroEMACS macro source code
  53.         FFTIDE.BAT     The Borland IDE transfer batch file for FFT
  54.         SXT.DOC        The complete documentation
  55.         INSTALL.DOC    The installation instructions
  56.         PRODUCTS.DOC   The SXT product overview
  57.         REGISTER.US    The INTERNATIONAL registration informations
  58.         REGISTER.GER   The GERMAN registration informations
  59.  
  60.  
  61.                                       - 1 -
  62.  
  63.  
  64.         NEWnmm.DOC     The new features and changes for version n.mm
  65.         HISTORY.DOC    The revision history
  66.         README.DOC     The file that you are currently reading
  67.  
  68.         If you find any other than the above listed files,  then you know
  69.         that this is not the  official  shareware  distribution  diskette
  70.         and/or  archive.  All  documentation  files  are  ASCII files and
  71.         should be printable on every printer.
  72.  
  73.         For more informations about usage,  hardware and software  system
  74.         requirements,  installation,  trademarks, warranties, license and
  75.         registration   details   see   the   appropriate   documentation,
  76.         especially    SXT.DOC,    INSTALL.DOC   and   REGISTER.US   resp.
  77.         REGISTER.GER.
  78.  
  79.         This software is Copyright  (C)  1988-1994  by  Juergen  Mueller,
  80.         Aldingerstrasse 22,  D-70806 Kornwestheim, GERMANY. This software
  81.         is NOT public domain or free software,  but is being  distributed
  82.         as SHAREWARE.
  83.  
  84.  
  85.                            (THIS DOCUMENT HAS 2 PAGES)
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                       - 2 -
  123.